UNPKG

cmte

Version:

Design by Committee™ except it's just you and LLMs

5 lines 216 B
```json { "content": "export function greet(name) {\n return `Hello, ${name}!`;\n}\n\nexport const farewell = \"Goodbye!\";\n\nconst internalHelper = () => {\n // Not exported\n return Math.random();\n};" } ```